home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 14 / CU Amiga Magazine's Super CD-ROM 14 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-09].iso / CUCD / Programming / SecalDemo / Inc / devices / keyboard.inc < prev    next >
Encoding:
Text File  |  1997-06-11  |  229 b   |  9 lines

  1. include "inc/exec/io.inc";
  2.  
  3. def KBD_READEVENT = (CMD_NONSTD+0);
  4. def KBD_READMATRIX = (CMD_NONSTD+1);
  5. def KBD_ADDRESETHANDLER = (CMD_NONSTD+2);
  6. def KBD_REMRESETHANDLER = (CMD_NONSTD+3);
  7. def KBD_RESETHANDLERDONE = (CMD_NONSTD+4);
  8.  
  9.